ci: release packages#237
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 08b1719c71
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@moonshot-ai/agent-core": minor | ||
| "@moonshot-ai/kimi-code": minor | ||
| "@moonshot-ai/kosong": minor |
There was a problem hiding this comment.
Include the SDK in this release
This release consumes a changeset that bumps the CLI plus private agent-core/kosong, but #232 also changes the public SDK artifact: packages/node-sdk/tsdown.config.ts aliases and bundles @moonshot-ai/agent-core and @moonshot-ai/kosong, and packages/node-sdk/src/types.ts re-exports ModelAlias. With no @moonshot-ai/kimi-code-sdk version/changelog update, changeset publish will leave the npm SDK at 0.4.0 without the new adaptiveThinking type/runtime behavior for SDK users. Add the SDK to this release rather than releasing only the private internals.
Useful? React with 👍 / 👎.
63c5a08 to
4c69dc3
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c69dc3468
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ### Minor Changes | ||
|
|
||
| - [#204](https://github.com/MoonshotAI/kimi-code/pull/204) [`ee69d0a`](https://github.com/MoonshotAI/kimi-code/commit/ee69d0ac29f56bde4957c14767d7ca436697d9cf) - Render scheduled reminders distinctly in the TUI, expose cron fired events to SDK clients, and report cron fire times with local timezone offsets. |
There was a problem hiding this comment.
Add the adaptive-thinking SDK release note
Fresh evidence since the earlier thread: this commit now bumps @moonshot-ai/kimi-code-sdk to 0.5.0, but the new 0.5.0 changelog only lists #204. The SDK bundle and generated types are built from the current agent-core/kosong sources (packages/node-sdk/tsdown.config.ts aliases them, and packages/node-sdk/src/types.ts re-exports ModelAlias), so SDK users will receive #232's adaptiveThinking config/type and Anthropic adaptive-thinking behavior in this release with no release note. Add the #232 entry to this section so consumers can discover the new public SDK surface.
Useful? React with 👍 / 👎.
| { | ||
| "name": "@moonshot-ai/kimi-code-sdk", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0", |
There was a problem hiding this comment.
Make the SDK publishable before bumping it
This release now versions @moonshot-ai/kimi-code-sdk, but the package is still marked "private": true immediately below, and the release workflow publishes with pnpm changeset publish. The Changesets config docs state that private: true is how to prevent a package from being published to npm, so this context will still leave the public SDK at 0.4.0 even though the changelog/package version says 0.5.0; remove the private marker or otherwise publish the SDK explicitly before merging this release.
Useful? React with 👍 / 👎.
7754751 to
94a07eb
Compare
94a07eb to
5c8d7a8
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@moonshot-ai/kimi-code@0.7.0
Minor Changes
#232
a24bfb1- AddKIMI_MODEL_ADAPTIVE_THINKING(and a matchingadaptive_thinkingmodel-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.#264
42bb914- Add/providercommand for managing AI providers, support custom registry imports, and introduce a tabbed model selector.#204
ee69d0a- Render scheduled reminders distinctly in the TUI, expose cron fired events to SDK clients, and report cron fire times with local timezone offsets.Patch Changes
#267
e2e1728- Report truncated compaction summaries clearly and apply valid completion token budgets across supported providers.#274
a1dfbfe- Clarify Kimi Platform API key login labels and prompt details.@moonshot-ai/agent-core@0.6.0
Minor Changes
#232
a24bfb1- AddKIMI_MODEL_ADAPTIVE_THINKING(and a matchingadaptive_thinkingmodel-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.#204
ee69d0a- Render scheduled reminders distinctly in the TUI, expose cron fired events to SDK clients, and report cron fire times with local timezone offsets.Patch Changes
#267
e2e1728- Report truncated compaction summaries clearly and apply valid completion token budgets across supported providers.Updated dependencies [
a24bfb1,e2e1728]:@moonshot-ai/kosong@0.3.0
Minor Changes
a24bfb1- AddKIMI_MODEL_ADAPTIVE_THINKING(and a matchingadaptive_thinkingmodel-alias field) to force adaptive thinking (thinking: { type: 'adaptive' }) on or off, overriding the Anthropic model-name version inference. This lets custom-named staff endpoints that back an adaptive-capable model opt in even when the model name does not encode a parseable Claude version.Patch Changes
e2e1728- Report truncated compaction summaries clearly and apply valid completion token budgets across supported providers.@moonshot-ai/kimi-code-sdk@0.5.0
Minor Changes
ee69d0a- Render scheduled reminders distinctly in the TUI, expose cron fired events to SDK clients, and report cron fire times with local timezone offsets.@moonshot-ai/kimi-code-oauth@0.2.0
Minor Changes
42bb914- Add/providercommand for managing AI providers, support custom registry imports, and introduce a tabbed model selector.Patch Changes
a1dfbfe- Clarify Kimi Platform API key login labels and prompt details.@moonshot-ai/migration-legacy@0.1.6
Patch Changes
a24bfb1,e2e1728,ee69d0a]: